GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-28T12:00:04.825428+00:00",
"SubmitDate": "2026-01-28T12:00:04.825428+00:00",
"ReportPeriodStart": "2026-01-28T12:00:04.825428+00:00",
"ReportPeriodEnd": "2026-01-28T12:00:04.825428+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "15995943-63fc-4a98-8eaf-da55ae366013",
"Rows": [
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "15995943-63fc-4a98-8eaf-da55ae366013",
"Rows": [
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0f96e8d-1306-40be-8d15-5a1c6fec963a",
"d6dfc993-aebc-463f-b371-06d327a30c13"
],
"Approvers": [
"a6eeaa70-3cdb-4fea-8d8b-6a1cbcd1613d",
"d9e6e59e-60e2-48ed-a49b-b610f4bbadf2"
],
"ApprovedBy": "f11a0484-cbd0-4b3a-82cc-7fdd5a74b12a",
"ApprovalDate": "2026-01-28T12:00:04.825428+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "73bd3fe6-d8f1-4496-b82b-9baa27d9d786",
"id": "ff8d6c57-0be4-4787-9c77-8a4e4dfee220",
"ConfigId": "d3984a08-666f-4272-aa35-8c12d191445b"
},
{
"GenerationDate": "2026-01-28T12:00:04.825428+00:00",
"SubmitDate": "2026-01-28T12:00:04.825428+00:00",
"ReportPeriodStart": "2026-01-28T12:00:04.825428+00:00",
"ReportPeriodEnd": "2026-01-28T12:00:04.825428+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "15995943-63fc-4a98-8eaf-da55ae366013",
"Rows": [
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "15995943-63fc-4a98-8eaf-da55ae366013",
"Rows": [
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0c76d838-6371-4303-8059-ec9bb6831ecc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0f96e8d-1306-40be-8d15-5a1c6fec963a",
"d6dfc993-aebc-463f-b371-06d327a30c13"
],
"Approvers": [
"a6eeaa70-3cdb-4fea-8d8b-6a1cbcd1613d",
"d9e6e59e-60e2-48ed-a49b-b610f4bbadf2"
],
"ApprovedBy": "f11a0484-cbd0-4b3a-82cc-7fdd5a74b12a",
"ApprovalDate": "2026-01-28T12:00:04.825428+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "73bd3fe6-d8f1-4496-b82b-9baa27d9d786",
"id": "ff8d6c57-0be4-4787-9c77-8a4e4dfee220",
"ConfigId": "d3984a08-666f-4272-aa35-8c12d191445b"
}
]